home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- exif.library/--background--
- exif.library/--history--
- exif.library/FreeExif
- exif.library/ReadExifA
- exif.library/--background-- exif.library/--background--
-
- PURPOSE
- To allow the reading of extended image format (EXIF) information.
- Currently supports data extensions of Olympus and Casio digital cameras.
-
- COPYRIGHT
- The copyright in this library is owned by Paul Huxham.
-
- DISCLAIMER
- exif.library and its associated files are supposed to enable the
- reading of EXIF information. Even though every effort has been made
- to make exif.library as stable and functional as possible, I cannot
- rule out the possibility that exif.library may have bugs that have
- side effects (possibly harmful) on your system.
-
- I hereby reject any liability or responsibility for these or any other
- consequences from the use of exif.library whatsoever. This includes,
- but is not limited to, damage to your equipment, to your data, personal
- injuries, financial loss or any other kinds of side effects.
-
- exif.library is provided as-is. This means I do not guarantee that
- exif.library is fit for any specific purpose and I do not guarantee
- any bug fixes, updates or help during error recovery.
-
- DISTRIBUTION
- exif.library should be distributed at no charge to the end user. It may
- be included on Aminet CDs.
-
- The author retains all rights to the enclosed software. Payment is not
- required for the use of exif.library in public domain software.
-
- For ANY COMMERCIAL APPLICATION using exif.library, contact the author
- for further information concerning distribution.
-
- REQUIREMENTS
- A minimum of Kickstart 3.0, 68020 CPU is required to use exif.library.
-
- COMPLIER
- exif.library was written and compiled using CED V3.5 and SAS/C 6.58 on
- an Amiga 4000/060. CyberGuard was used to detect/correct programming
- errors.
-
- BUGS
- Should you find any bugs, please report them so that they can be fixed.
- Likewise any suggestions for improvment of the library should be
- forwarded so that they can be addressed.
-
- THANKYOUS
- Many thanks to
- Dinh Thi Kim Tuyen
- - Who makes the sky blue and the world turn. I love you, forevermore.
-
- Steve Quartly
- - For pushing me into corners I wouldn't normally go, to teach me to
- see things where I would normally give up.
-
- AUTHOR
- You can contact the author via:
- email: paulhuxham@yahoo.com
- www: http://mafeking.scouts.org.au/steeplesoftware
-
- exif.library/--history-- exif.library/--history--
-
- V1.0
- > Initial release.
-
- exif.library/FreeExif exif.library/FreeExif
-
- NAME
- FreeExif -- Free an exif handle
-
- SYNOPSIS
- FreeExif( exif )
- a0
-
- FreeExif( struct Exif *exif )
-
- FUNCTION
- Free all memory associated with an already allocated exif handle.
-
- INPUTS
- exif - Pointer to an already allocated exif handle.
-
- RESULT
-
- WARNING
-
- BUGS
-
- SEE ALSO
- ReadExifA()
-
- exif.library/ReadExifA exif.library/ReadExifA
-
- NAME
- ReadExifA -- Read exif information into an exif handle
- ReadExif -- Varargs stub
-
- SYNOPSIS
- exif = ReadExifA( pathname, taglist )
- a0 a1
-
- exif = ReadExifA( char *pathname, struct TagItem *taglist )
-
- exif = ReadExif( pathname, tag1, ... )
-
- exif = ReadExif( char *pathname, ULONG tag1, ... )
-
- FUNCTION
- Reads exif information from a file into an exif handle. Currently supports
- extensions of Olympus and Casio digital cameras.
-
- Available tags:
-
- Currently none defined.
-
- INPUTS
- pathname - The path/filename to read.
- taglist - pointer to a tag list.
-
- RESULT
- exif - a NULL for failure or a pointer to a struct Exif.
-
- WARNING
-
- BUGS
-
- SEE ALSO
- FreeExif()
-
-